home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / 184_01.zip / CUG.186 < prev    next >
Text File  |  1993-06-13  |  2KB  |  37 lines

  1. .OP
  2.                                        Neurology Dept., SUNY
  3.                                        HSC T12 Rm020
  4.                                        Stony Brook, N.Y. 11794
  5.                                        Dec.31, 1985
  6.                                        516-444-1475
  7. C Users' Group
  8. Box 97
  9. McPherson, Kansas 67460
  10. 316-241-1065
  11.  
  12. To whom it may concern:
  13.  
  14.      These files show how to revise the Software Toolworks' C/80 
  15. floating point library (for 8080/Z80) so that it uses the AMD 
  16. 9511A (Intel 8231A) hardware math chip.  I planned to submit this 
  17. disk to the CUG after my article appeared in Micro/Systems, but 
  18. lo! the MCHIP80 disk (CUG vol.162) was released first.
  19.      However, I don't think either MCHIP80 or my patch is 
  20. redundant for two reasons.  First, my patch is easier to use.  
  21. Unlike MCHIP80, which forbids initialization of floats and 
  22. requires replacement of atof() and ftoa(), my patch doesn't 
  23. require any program redesign--anything that is legal with the 
  24. original floating point library is OK with my patch.  Second, 
  25. MCHIP80 illustrates a generally applicable stratagem for 
  26. modifying the performance of a high level language:  intercepting 
  27. calls to library routines by cleverly sequencing the files 
  28. submitted to a linking loader.
  29.      Anyway, Walt Bilofsky suggested that I send these to you 
  30. when I discussed it with him.
  31.  
  32.                                        Yours truly,
  33.  
  34.  
  35.  
  36.                                        Ted Carnevale
  37.